[INFO] cloning repository https://github.com/hackclub/burrow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hackclub/burrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhackclub%2Fburrow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhackclub%2Fburrow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97c569fb35688a5b89f0a20f938a7bb6d1afe8d7
[INFO] fixing hackclub/burrow against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhackclub%2Fburrow" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/hackclub/burrow
[INFO] finished tweaking git repo https://github.com/hackclub/burrow
[INFO] tweaked toml for git repo https://github.com/hackclub/burrow written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hackclub/burrow on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hackclub/burrow already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80
[INFO] running `Command { std: "docker" "start" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating burrow/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating tun/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking lock_api v0.4.13
[INFO] [stderr]    Compiling cc v1.2.38
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling derive-deftly-macros v1.6.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking retry-error v0.11.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking fluid-let v1.0.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling derive_builder_core_fork_arti v0.11.2
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking tor-error v0.40.0
[INFO] [stderr]     Checking safelog v0.8.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling visibility v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.5.0
[INFO] [stderr]    Compiling async_executors v0.7.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rdrand v0.8.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling derive_builder_macro_fork_arti v0.11.2
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking tor-general-addr v0.40.0
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]    Compiling blanket v0.3.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking derive_builder_fork_arti v0.11.2
[INFO] [stderr]    Compiling amplify_syn v2.0.1
[INFO] [stderr]     Checking weak-table v0.3.2
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking derive-deftly v1.6.0
[INFO] [stderr]     Checking tor-memquota-cost v0.40.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking asynchronous-codec v0.7.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking coarsetime v0.1.37
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking tor-llcrypto v0.40.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking amplify_num v0.5.3
[INFO] [stderr]    Compiling amplify_derive v4.0.1
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking postage v0.5.0
[INFO] [stderr]     Checking tor-basic-utils v0.40.0
[INFO] [stderr]     Checking pwd-grp v1.0.2
[INFO] [stderr]     Checking oneshot-fused-workaround v0.6.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking fs-mistrust v0.14.1
[INFO] [stderr]     Checking inotify v0.11.1
[INFO] [stderr]     Checking tor-bytes v0.40.0
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking serde_spanned v1.1.0
[INFO] [stderr]     Checking caret v0.9.0
[INFO] [stderr]     Checking toml_writer v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking slotmap-careful v0.7.0
[INFO] [stderr]     Checking tor-async-utils v0.40.0
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking serde_ignored v0.1.14
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking sysinfo v0.36.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking tor-checkable v0.40.0
[INFO] [stderr]     Checking async-native-tls v0.5.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking tor-cert v0.40.0
[INFO] [stderr]     Checking tor-rtcompat v0.40.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking amplify v4.9.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking by_address v1.2.1
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking ssh-key v0.6.7
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking tor-log-ratelim v0.40.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tor-config v0.40.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking tor-key-forge v0.40.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking tor-memquota v0.40.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking tor-units v0.40.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking fslock v0.2.1
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking saturating-time v0.3.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking tor-hscrypto v0.40.0
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]     Checking tor-persist v0.40.0
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking tor-config-path v0.40.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]    Compiling tracing-test-macro v0.2.6
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking tor-keymgr v0.40.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking tracing-test v0.2.6
[INFO] [stderr]     Checking priority-queue v2.7.0
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking tor-protover v0.40.0
[INFO] [stderr]    Compiling liblzma-sys v0.4.5
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking typed-index-collections v3.5.0
[INFO] [stderr]     Checking tor-linkspec v0.40.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking tor-relay-crypto v0.40.0
[INFO] [stderr]     Checking tor-cell v0.40.0
[INFO] [stderr]     Checking tor-rtmock v0.40.0
[INFO] [stderr]     Checking criterion-cycles-per-byte v0.8.0
[INFO] [stderr]     Checking tor-netdoc v0.40.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking nonany v0.3.0
[INFO] [stderr]     Checking tor-netdir v0.40.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tor-proto v0.40.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling fehler-macros v1.0.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling tun v0.1.0 (/opt/rustwide/workdir/tun)
[INFO] [stderr]    Migrating tun/build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking fehler v1.0.0
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking tor-relay-selection v0.40.0
[INFO] [stderr]     Checking liblzma v0.4.6
[INFO] [stderr]     Checking tor-dircommon v0.40.0
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking tor-socksproto v0.40.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking tor-guardmgr v0.40.0
[INFO] [stderr]     Checking tor-chanmgr v0.40.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking compression-codecs v0.4.32
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking async-compression v0.4.33
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking hashlink v0.11.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking tor-circmgr v0.40.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling smoltcp v0.12.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking rusqlite v0.38.0
[INFO] [stderr]    Migrating tun/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking webpki-roots v1.0.3
[INFO] [stderr]     Checking tor-consdiff v0.40.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking managed v0.8.0
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]        Fixed tun/src/unix/mod.rs (2 fixes)
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]    Compiling burrow v0.1.0 (/opt/rustwide/workdir/burrow)
[INFO] [stderr]    Migrating burrow/build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking tokio-rustls v0.26.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking etherparse v0.16.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking ip_network_table-deps-treebitmap v0.5.0
[INFO] [stderr]     Checking ip_network v0.4.1
[INFO] [stderr]     Checking hostname-validator v1.1.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking ip_network_table v0.2.0
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking tor-dirclient v0.40.0
[INFO] [stderr]     Checking netstack-smoltcp v0.2.1
[INFO] [stderr]     Checking tracing-journald v0.3.1
[INFO] [stderr]     Checking tor-dirmgr v0.40.0
[INFO] [stderr]     Checking caps v0.5.5
[INFO] [stderr]     Checking ipnetwork v0.21.1
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Migrating tun/tests/configure.rs from 2021 edition to 2024
[INFO] [stderr]     Checking insta v1.43.2
[INFO] [stderr]    Migrating tun/tests/tokio.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tun/tests/packets.rs from 2021 edition to 2024
[INFO] [stderr]     Checking libsystemd v0.7.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking arti-client v0.40.0
[INFO] [stderr]    Migrating burrow/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed burrow/src/daemon/apple.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/control/discovery.rs:55:52
[INFO] [stdout]     |
[INFO] [stdout]  50 |     let client = Client::builder()
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `client` calls a custom destructor
[INFO] [stdout]     |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  55 |     discover_tailnet_at(&client, email, &base_url).await
[INFO] [stdout]     |                                                    ^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  56 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                        up until Edition 2021 `#20` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |______________________________|___`#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |______________________________|___`#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                |   `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                    `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |______________________________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                                                                      `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |               let guard = self.socket.read().await;
[INFO] [stdout]     |                   -----   ------------------------
[INFO] [stdout]     |                   |       |                  |
[INFO] [stdout]     |                   |       |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |       |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `guard` calls a custom destructor
[INFO] [stdout]     |                   `guard` will be dropped later as of Edition 2024
[INFO] [stdout]  65 |               let Some(socket) = guard.as_ref() else {
[INFO] [stdout]  66 |                   self.open_if_closed().await?;
[INFO] [stdout]     |                   ----------------------------
[INFO] [stdout]     |                   |                     |
[INFO] [stdout]     |                   |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |               let len = match socket.recv(&mut res_buf).await {
[INFO] [stdout]     |                               -------------------------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                        |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                        up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |______________________________|___`#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                |   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                `#13` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |______________________________|___`#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                |   `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                                                      `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                    `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |______________________________|___`#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                |   `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                                `#23` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                                                      `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                                    `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/wireguard/iface.rs:200:31
[INFO] [stdout]      |
[INFO] [stdout]  198 |                     while is_running(status.clone()).await {
[INFO] [stdout]      |                           --------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `__awaitee` calls a custom destructor
[INFO] [stdout]      |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                         tokio::time::sleep(tokio::time::Duration::from_millis(250)).await;
[INFO] [stdout]      |                         -----------------------------------------------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  200 |                         match pcb.update_timers(&mut buf).await {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                               |                           |
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  201 |                             Ok(..) => (),
[INFO] [stdout]  202 |                             Err(e) => {
[INFO] [stdout]      |                                 -
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `e` calls a custom destructor
[INFO] [stdout]      |                                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                     }
[INFO] [stdout]      |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/auth/server/tailscale.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 338 |         let mut lines = BufReader::new(stdout).lines();
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `lines` calls a custom destructor
[INFO] [stdout]     |             `lines` will be dropped later as of Edition 2024
[INFO] [stdout] 339 |         lines.next_line().await
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 340 |     })
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `lines` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:536:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |                 let guard = outbound_tun.read().await;
[INFO] [stdout]     |                     -----
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `guard` calls a custom destructor
[INFO] [stdout]     |                     `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 536 |                     .await
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 537 |                     .context("failed to read packet from tailnet tun")?
[INFO] [stdout] 538 |             };
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         let guard = run_interface.read().await;
[INFO] [stdout]     |             -----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `guard` calls a custom destructor
[INFO] [stdout]     |             `guard` will be dropped later as of Edition 2024
[INFO] [stdout] 312 |         guard.run().await
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 313 |     });
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/daemon/runtime.rs:430:15
[INFO] [stdout]      |
[INFO] [stdout]  428 |     let mut stream = None;
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `stream` calls a custom destructor
[INFO] [stdout]      |         `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  429 |     for _ in 0..50 {
[INFO] [stdout]  430 |         match UnixStream::connect(&packet_socket).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                   |
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  437 |                 sleep(Duration::from_millis(100)).await;
[INFO] [stdout]      |                 ---------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  440 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/tor/exec.rs:96:15
[INFO] [stdout]      |
[INFO] [stdout]   96 |         match tokio::net::TcpStream::connect(addr).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  103 |                 tokio::time::sleep(LISTENER_READY_POLL).await;
[INFO] [stdout]      |                 ---------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  107 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/tor/runtime.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |             while let Some(res) = connections.join_next().await {
[INFO] [stdout]     |                            ---    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |      |                       |
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |      |                       up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |      |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `res` calls a custom destructor
[INFO] [stdout]     |                            `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     Ok(Err(err)) => debug!(?err, "transparent proxy task failed during shutdown"),
[INFO] [stdout]     |                            ---
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `err` calls a custom destructor
[INFO] [stdout]     |                            `err` will be dropped later as of Edition 2024
[INFO] [stdout] 115 |                     Err(err) => debug!(?err, "transparent proxy task exited during shutdown"),
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 116 |                 }
[INFO] [stdout] 117 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:463:30
[INFO] [stdout]     |
[INFO] [stdout] 463 |     while let Some(result) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 466 |             Ok(Err(err)) => debug!(?err, "tcp bridge task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 467 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 468 |             Err(err) => debug!(?err, "tcp bridge task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 469 |         }
[INFO] [stdout] 470 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:568:30
[INFO] [stdout]     |
[INFO] [stdout] 568 |     while let Some(result) = session_tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                         |
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                         up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 571 |             Ok(Err(err)) => debug!(?err, "udp session task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |             Err(err) => debug!(?err, "udp session task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 574 |         }
[INFO] [stdout] 575 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:398:30
[INFO] [stdout]     |
[INFO] [stdout] 398 |     while let Some(joined) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `joined` calls a custom destructor
[INFO] [stdout]     |                    `joined` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |             Ok(Err(err)) => debug!(?err, "usernet background task exited with error"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |             Err(err) => debug!(?err, "usernet background task panicked"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 404 |         }
[INFO] [stdout] 405 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `joined` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `joined` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 871 |     let mut cmd = Command::new(&command[0]);
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `cmd` calls a custom destructor
[INFO] [stdout]     |         `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 880 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 881 |         .with_context(|| format!("failed to spawn '{}'", command[0]))
[INFO] [stdout] 882 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/instance.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 match inbound.message().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |                         if packet_tx.send(packet.payload).await.is_err() {
[INFO] [stdout]     |                            ------------------------------------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 256 |                     Err(error) => {
[INFO] [stdout]     |                         -----
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `error` calls a custom destructor
[INFO] [stdout]     |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------          ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |     |
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/control/discovery.rs:55:52
[INFO] [stdout]     |
[INFO] [stdout]  50 |     let client = Client::builder()
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `client` calls a custom destructor
[INFO] [stdout]     |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  55 |     discover_tailnet_at(&client, email, &base_url).await
[INFO] [stdout]     |                                                    ^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  56 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                        up until Edition 2021 `#20` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |______________________________|___`#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |______________________________|___`#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                |   `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                    `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |______________________________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                                                                      `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |               let guard = self.socket.read().await;
[INFO] [stdout]     |                   -----   ------------------------
[INFO] [stdout]     |                   |       |                  |
[INFO] [stdout]     |                   |       |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |       |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `guard` calls a custom destructor
[INFO] [stdout]     |                   `guard` will be dropped later as of Edition 2024
[INFO] [stdout]  65 |               let Some(socket) = guard.as_ref() else {
[INFO] [stdout]  66 |                   self.open_if_closed().await?;
[INFO] [stdout]     |                   ----------------------------
[INFO] [stdout]     |                   |                     |
[INFO] [stdout]     |                   |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |               let len = match socket.recv(&mut res_buf).await {
[INFO] [stdout]     |                               -------------------------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                        |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                        up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |______________________________|___`#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                |   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                `#13` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |______________________________|___`#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                |   `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                                                      `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                    `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |______________________________|___`#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                |   `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                                `#23` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                                                      `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                                    `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/wireguard/iface.rs:200:31
[INFO] [stdout]      |
[INFO] [stdout]  198 |                     while is_running(status.clone()).await {
[INFO] [stdout]      |                           --------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `__awaitee` calls a custom destructor
[INFO] [stdout]      |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                         tokio::time::sleep(tokio::time::Duration::from_millis(250)).await;
[INFO] [stdout]      |                         -----------------------------------------------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  200 |                         match pcb.update_timers(&mut buf).await {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                               |                           |
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  201 |                             Ok(..) => (),
[INFO] [stdout]  202 |                             Err(e) => {
[INFO] [stdout]      |                                 -
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `e` calls a custom destructor
[INFO] [stdout]      |                                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                     }
[INFO] [stdout]      |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/auth/server/tailscale.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 338 |         let mut lines = BufReader::new(stdout).lines();
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `lines` calls a custom destructor
[INFO] [stdout]     |             `lines` will be dropped later as of Edition 2024
[INFO] [stdout] 339 |         lines.next_line().await
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 340 |     })
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `lines` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:536:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |                 let guard = outbound_tun.read().await;
[INFO] [stdout]     |                     -----
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `guard` calls a custom destructor
[INFO] [stdout]     |                     `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 536 |                     .await
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 537 |                     .context("failed to read packet from tailnet tun")?
[INFO] [stdout] 538 |             };
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         let guard = run_interface.read().await;
[INFO] [stdout]     |             -----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `guard` calls a custom destructor
[INFO] [stdout]     |             `guard` will be dropped later as of Edition 2024
[INFO] [stdout] 312 |         guard.run().await
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 313 |     });
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/daemon/runtime.rs:430:15
[INFO] [stdout]      |
[INFO] [stdout]  428 |     let mut stream = None;
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `stream` calls a custom destructor
[INFO] [stdout]      |         `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  429 |     for _ in 0..50 {
[INFO] [stdout]  430 |         match UnixStream::connect(&packet_socket).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                   |
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  437 |                 sleep(Duration::from_millis(100)).await;
[INFO] [stdout]      |                 ---------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  440 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/tor/exec.rs:96:15
[INFO] [stdout]      |
[INFO] [stdout]   96 |         match tokio::net::TcpStream::connect(addr).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  103 |                 tokio::time::sleep(LISTENER_READY_POLL).await;
[INFO] [stdout]      |                 ---------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  107 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/tor/runtime.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |             while let Some(res) = connections.join_next().await {
[INFO] [stdout]     |                            ---    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |      |                       |
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |      |                       up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |      |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `res` calls a custom destructor
[INFO] [stdout]     |                            `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     Ok(Err(err)) => debug!(?err, "transparent proxy task failed during shutdown"),
[INFO] [stdout]     |                            ---
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `err` calls a custom destructor
[INFO] [stdout]     |                            `err` will be dropped later as of Edition 2024
[INFO] [stdout] 115 |                     Err(err) => debug!(?err, "transparent proxy task exited during shutdown"),
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 116 |                 }
[INFO] [stdout] 117 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:463:30
[INFO] [stdout]     |
[INFO] [stdout] 463 |     while let Some(result) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 466 |             Ok(Err(err)) => debug!(?err, "tcp bridge task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 467 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 468 |             Err(err) => debug!(?err, "tcp bridge task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 469 |         }
[INFO] [stdout] 470 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:568:30
[INFO] [stdout]     |
[INFO] [stdout] 568 |     while let Some(result) = session_tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                         |
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                         up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 571 |             Ok(Err(err)) => debug!(?err, "udp session task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |             Err(err) => debug!(?err, "udp session task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 574 |         }
[INFO] [stdout] 575 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:398:30
[INFO] [stdout]     |
[INFO] [stdout] 398 |     while let Some(joined) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `joined` calls a custom destructor
[INFO] [stdout]     |                    `joined` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |             Ok(Err(err)) => debug!(?err, "usernet background task exited with error"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |             Err(err) => debug!(?err, "usernet background task panicked"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 404 |         }
[INFO] [stdout] 405 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `joined` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `joined` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 871 |     let mut cmd = Command::new(&command[0]);
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `cmd` calls a custom destructor
[INFO] [stdout]     |         `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 880 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 881 |         .with_context(|| format!("failed to spawn '{}'", command[0]))
[INFO] [stdout] 882 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/instance.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 match inbound.message().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |                         if packet_tx.send(packet.payload).await.is_err() {
[INFO] [stdout]     |                            ------------------------------------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 256 |                     Err(error) => {
[INFO] [stdout]     |                         -----
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `error` calls a custom destructor
[INFO] [stdout]     |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------          ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |     |
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating burrow/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed burrow/src/main.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/control/discovery.rs:55:52
[INFO] [stdout]     |
[INFO] [stdout]  50 |     let client = Client::builder()
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `client` calls a custom destructor
[INFO] [stdout]     |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  55 |     discover_tailnet_at(&client, email, &base_url).await
[INFO] [stdout]     |                                                    ^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  56 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:536:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |                 let guard = outbound_tun.read().await;
[INFO] [stdout]     |                     -----
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `guard` calls a custom destructor
[INFO] [stdout]     |                     `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 536 |                     .await
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 537 |                     .context("failed to read packet from tailnet tun")?
[INFO] [stdout] 538 |             };
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         let guard = run_interface.read().await;
[INFO] [stdout]     |             -----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `guard` calls a custom destructor
[INFO] [stdout]     |             `guard` will be dropped later as of Edition 2024
[INFO] [stdout] 312 |         guard.run().await
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 313 |     });
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                        up until Edition 2021 `#20` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |______________________________|___`#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |______________________________|___`#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                |   `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                    `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |______________________________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                                                                      `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |               let guard = self.socket.read().await;
[INFO] [stdout]     |                   -----   ------------------------
[INFO] [stdout]     |                   |       |                  |
[INFO] [stdout]     |                   |       |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |       |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `guard` calls a custom destructor
[INFO] [stdout]     |                   `guard` will be dropped later as of Edition 2024
[INFO] [stdout]  65 |               let Some(socket) = guard.as_ref() else {
[INFO] [stdout]  66 |                   self.open_if_closed().await?;
[INFO] [stdout]     |                   ----------------------------
[INFO] [stdout]     |                   |                     |
[INFO] [stdout]     |                   |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |               let len = match socket.recv(&mut res_buf).await {
[INFO] [stdout]     |                               -------------------------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                        |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                        up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |______________________________|___`#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                |   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                `#13` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |______________________________|___`#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                |   `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                                                      `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                    `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |______________________________|___`#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                |   `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                                `#23` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                                                      `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                                    `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/wireguard/iface.rs:200:31
[INFO] [stdout]      |
[INFO] [stdout]  198 |                     while is_running(status.clone()).await {
[INFO] [stdout]      |                           --------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `__awaitee` calls a custom destructor
[INFO] [stdout]      |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                         tokio::time::sleep(tokio::time::Duration::from_millis(250)).await;
[INFO] [stdout]      |                         -----------------------------------------------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  200 |                         match pcb.update_timers(&mut buf).await {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                               |                           |
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  201 |                             Ok(..) => (),
[INFO] [stdout]  202 |                             Err(e) => {
[INFO] [stdout]      |                                 -
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `e` calls a custom destructor
[INFO] [stdout]      |                                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                     }
[INFO] [stdout]      |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/daemon/runtime.rs:430:15
[INFO] [stdout]      |
[INFO] [stdout]  428 |     let mut stream = None;
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `stream` calls a custom destructor
[INFO] [stdout]      |         `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  429 |     for _ in 0..50 {
[INFO] [stdout]  430 |         match UnixStream::connect(&packet_socket).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                   |
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  437 |                 sleep(Duration::from_millis(100)).await;
[INFO] [stdout]      |                 ---------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  440 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/auth/server/tailscale.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 338 |         let mut lines = BufReader::new(stdout).lines();
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `lines` calls a custom destructor
[INFO] [stdout]     |             `lines` will be dropped later as of Edition 2024
[INFO] [stdout] 339 |         lines.next_line().await
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 340 |     })
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `lines` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/tor/exec.rs:96:15
[INFO] [stdout]      |
[INFO] [stdout]   96 |         match tokio::net::TcpStream::connect(addr).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  103 |                 tokio::time::sleep(LISTENER_READY_POLL).await;
[INFO] [stdout]      |                 ---------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  107 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/tor/runtime.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |             while let Some(res) = connections.join_next().await {
[INFO] [stdout]     |                            ---    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |      |                       |
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |      |                       up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |      |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `res` calls a custom destructor
[INFO] [stdout]     |                            `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     Ok(Err(err)) => debug!(?err, "transparent proxy task failed during shutdown"),
[INFO] [stdout]     |                            ---
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `err` calls a custom destructor
[INFO] [stdout]     |                            `err` will be dropped later as of Edition 2024
[INFO] [stdout] 115 |                     Err(err) => debug!(?err, "transparent proxy task exited during shutdown"),
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 116 |                 }
[INFO] [stdout] 117 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:463:30
[INFO] [stdout]     |
[INFO] [stdout] 463 |     while let Some(result) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 466 |             Ok(Err(err)) => debug!(?err, "tcp bridge task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 467 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 468 |             Err(err) => debug!(?err, "tcp bridge task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 469 |         }
[INFO] [stdout] 470 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:568:30
[INFO] [stdout]     |
[INFO] [stdout] 568 |     while let Some(result) = session_tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                         |
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                         up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 571 |             Ok(Err(err)) => debug!(?err, "udp session task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |             Err(err) => debug!(?err, "udp session task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 574 |         }
[INFO] [stdout] 575 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:398:30
[INFO] [stdout]     |
[INFO] [stdout] 398 |     while let Some(joined) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `joined` calls a custom destructor
[INFO] [stdout]     |                    `joined` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |             Ok(Err(err)) => debug!(?err, "usernet background task exited with error"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |             Err(err) => debug!(?err, "usernet background task panicked"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 404 |         }
[INFO] [stdout] 405 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `joined` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `joined` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 871 |     let mut cmd = Command::new(&command[0]);
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `cmd` calls a custom destructor
[INFO] [stdout]     |         `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 880 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 881 |         .with_context(|| format!("failed to spawn '{}'", command[0]))
[INFO] [stdout] 882 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/instance.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 match inbound.message().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |                         if packet_tx.send(packet.payload).await.is_err() {
[INFO] [stdout]     |                            ------------------------------------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 256 |                     Err(error) => {
[INFO] [stdout]     |                         -----
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `error` calls a custom destructor
[INFO] [stdout]     |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------          ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |     |
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/control/discovery.rs:55:52
[INFO] [stdout]     |
[INFO] [stdout]  50 |     let client = Client::builder()
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `client` calls a custom destructor
[INFO] [stdout]     |         `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  55 |     discover_tailnet_at(&client, email, &base_url).await
[INFO] [stdout]     |                                                    ^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  56 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:536:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |                 let guard = outbound_tun.read().await;
[INFO] [stdout]     |                     -----
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `guard` calls a custom destructor
[INFO] [stdout]     |                     `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 536 |                     .await
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 537 |                     .context("failed to read packet from tailnet tun")?
[INFO] [stdout] 538 |             };
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/runtime.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         let guard = run_interface.read().await;
[INFO] [stdout]     |             -----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `guard` calls a custom destructor
[INFO] [stdout]     |             `guard` will be dropped later as of Edition 2024
[INFO] [stdout] 312 |         guard.run().await
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 313 |     });
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                        up until Edition 2021 `#20` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |______________________________|___`#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |______________________________|___`#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                |   `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                    `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |______________________________|___`#15` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                |   `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                                                                      `#14` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                    `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/wireguard/pcb.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  64 |               let guard = self.socket.read().await;
[INFO] [stdout]     |                   -----   ------------------------
[INFO] [stdout]     |                   |       |                  |
[INFO] [stdout]     |                   |       |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |       |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `guard` calls a custom destructor
[INFO] [stdout]     |                   `guard` will be dropped later as of Edition 2024
[INFO] [stdout]  65 |               let Some(socket) = guard.as_ref() else {
[INFO] [stdout]  66 |                   self.open_if_closed().await?;
[INFO] [stdout]     |                   ----------------------------
[INFO] [stdout]     |                   |                     |
[INFO] [stdout]     |                   |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |               let len = match socket.recv(&mut res_buf).await {
[INFO] [stdout]     |                               -------------------------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  82 |                   match self
[INFO] [stdout]     |  _______________________^
[INFO] [stdout]  83 | |                     .tunnel
[INFO] [stdout]  84 | |                     .write()
[INFO] [stdout]  85 | |                     .await
[INFO] [stdout]     | |                      ----^
[INFO] [stdout]     | |                      |   |
[INFO] [stdout]     | |                      |   this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                      |   up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                        |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                        up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  95 |                           self.open_if_closed().await?;
[INFO] [stdout]     |                           ----------------------------
[INFO] [stdout]     |                           |                     |
[INFO] [stdout]     |                           |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                           `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout]  96 | /                         self.socket
[INFO] [stdout]  97 | |                             .read()
[INFO] [stdout]  98 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |______________________________|___`#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                |   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                `#13` will be dropped later as of Edition 2024
[INFO] [stdout]  99 | |                             .as_ref()
[INFO] [stdout] 100 | |                             .unwrap()
[INFO] [stdout] 101 | |                             .send(packet)
[INFO] [stdout] 102 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                                    `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 | /                         tun_interface
[INFO] [stdout] 110 | |                             .read()
[INFO] [stdout] 111 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |______________________________|___`#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                |   `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 112 | |                             .as_ref()
[INFO] [stdout] 113 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                                                      `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                             .send(packet)
[INFO] [stdout] 115 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                                    `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | /                         tun_interface
[INFO] [stdout] 121 | |                             .read()
[INFO] [stdout] 122 | |                             .await
[INFO] [stdout]     | |                              -----
[INFO] [stdout]     | |______________________________|___|
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |______________________________|___`#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________________|___this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                |   `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                                `#23` will be dropped later as of Edition 2024
[INFO] [stdout] 123 | |                             .as_ref()
[INFO] [stdout] 124 | |                             .ok_or(anyhow::anyhow!("tun interface does not exist"))?
[INFO] [stdout]     | |                                                                                    -
[INFO] [stdout]     | |____________________________________________________________________________________|
[INFO] [stdout]     | |____________________________________________________________________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                                                      `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 125 | |                             .send(packet)
[INFO] [stdout] 126 | |                             .await?;
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |__________________________________|
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                                    `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 | |             }
[INFO] [stdout]     | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/rwlock/read_guard.rs:178:1
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl<'a, T: ?Sized> Drop for RwLockReadGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/wireguard/iface.rs:200:31
[INFO] [stdout]      |
[INFO] [stdout]  198 |                     while is_running(status.clone()).await {
[INFO] [stdout]      |                           --------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `__awaitee` calls a custom destructor
[INFO] [stdout]      |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                         tokio::time::sleep(tokio::time::Duration::from_millis(250)).await;
[INFO] [stdout]      |                         -----------------------------------------------------------------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  200 |                         match pcb.update_timers(&mut buf).await {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                               |                           |
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                           up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  201 |                             Ok(..) => (),
[INFO] [stdout]  202 |                             Err(e) => {
[INFO] [stdout]      |                                 -
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `e` calls a custom destructor
[INFO] [stdout]      |                                 `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                     }
[INFO] [stdout]      |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/daemon/runtime.rs:430:15
[INFO] [stdout]      |
[INFO] [stdout]  428 |     let mut stream = None;
[INFO] [stdout]      |         ----------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `stream` calls a custom destructor
[INFO] [stdout]      |         `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  429 |     for _ in 0..50 {
[INFO] [stdout]  430 |         match UnixStream::connect(&packet_socket).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                   |
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                   up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  437 |                 sleep(Duration::from_millis(100)).await;
[INFO] [stdout]      |                 ---------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  440 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/auth/server/tailscale.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 338 |         let mut lines = BufReader::new(stdout).lines();
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `lines` calls a custom destructor
[INFO] [stdout]     |             `lines` will be dropped later as of Edition 2024
[INFO] [stdout] 339 |         lines.next_line().await
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 340 |     })
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `lines` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> burrow/src/tor/exec.rs:96:15
[INFO] [stdout]      |
[INFO] [stdout]   96 |         match tokio::net::TcpStream::connect(addr).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               `__awaitee` calls a custom destructor
[INFO] [stdout]      |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  103 |                 tokio::time::sleep(LISTENER_READY_POLL).await;
[INFO] [stdout]      |                 ---------------------------------------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  107 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/tor/runtime.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |             while let Some(res) = connections.join_next().await {
[INFO] [stdout]     |                            ---    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |      |                       |
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |      |                       up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |      |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `res` calls a custom destructor
[INFO] [stdout]     |                            `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     Ok(Err(err)) => debug!(?err, "transparent proxy task failed during shutdown"),
[INFO] [stdout]     |                            ---
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `err` calls a custom destructor
[INFO] [stdout]     |                            `err` will be dropped later as of Edition 2024
[INFO] [stdout] 115 |                     Err(err) => debug!(?err, "transparent proxy task exited during shutdown"),
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 116 |                 }
[INFO] [stdout] 117 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:463:30
[INFO] [stdout]     |
[INFO] [stdout] 463 |     while let Some(result) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 466 |             Ok(Err(err)) => debug!(?err, "tcp bridge task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 467 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 468 |             Err(err) => debug!(?err, "tcp bridge task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 469 |         }
[INFO] [stdout] 470 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:568:30
[INFO] [stdout]     |
[INFO] [stdout] 568 |     while let Some(result) = session_tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                         |
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                         up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `result` calls a custom destructor
[INFO] [stdout]     |                    `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 571 |             Ok(Err(err)) => debug!(?err, "udp session task exited during shutdown"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |             Err(err) => debug!(?err, "udp session task panicked during shutdown"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 574 |         }
[INFO] [stdout] 575 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:398:30
[INFO] [stdout]     |
[INFO] [stdout] 398 |     while let Some(joined) = tasks.join_next().await {
[INFO] [stdout]     |                    ------    ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |         |                 |
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    |         |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |         |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `joined` calls a custom destructor
[INFO] [stdout]     |                    `joined` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |             Ok(Err(err)) => debug!(?err, "usernet background task exited with error"),
[INFO] [stdout]     |                    ---
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    `err` calls a custom destructor
[INFO] [stdout]     |                    `err` will be dropped later as of Edition 2024
[INFO] [stdout] 402 |             Err(err) if err.is_cancelled() => {}
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 403 |             Err(err) => debug!(?err, "usernet background task panicked"),
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 404 |         }
[INFO] [stdout] 405 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `joined` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `joined` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/usernet/mod.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 871 |     let mut cmd = Command::new(&command[0]);
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `cmd` calls a custom destructor
[INFO] [stdout]     |         `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 880 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 881 |         .with_context(|| format!("failed to spawn '{}'", command[0]))
[INFO] [stdout] 882 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> burrow/src/daemon/instance.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 match inbound.message().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |                         if packet_tx.send(packet.payload).await.is_err() {
[INFO] [stdout]     |                            ------------------------------------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 256 |                     Err(error) => {
[INFO] [stdout]     |                         -----
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `error` calls a custom destructor
[INFO] [stdout]     |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `error` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------          ^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |     |
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: burrow v0.1.0 (/opt/rustwide/workdir/burrow) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: tun v0.1.0 (/opt/rustwide/workdir/tun) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling tun v0.1.0 (/opt/rustwide/workdir/tun)
[INFO] [stderr]    Compiling burrow v0.1.0 (/opt/rustwide/workdir/burrow)
[INFO] [stdout] warning: unused import: `Listener`
[INFO] [stdout]  --> burrow/src/daemon/net/mod.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use unix::{get_socket_path, DaemonClient, Listener};
[INFO] [stdout]   |                                               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OsStr` and `sync::Arc`
[INFO] [stdout]  --> burrow/src/tor/exec.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ffi::{OsStr, OsString},
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     sync::Arc,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tor_rtcompat::PreferredRuntime`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tor_rtcompat::PreferredRuntime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `info`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | use tracing::{debug, info};
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TorDnsHandle` and `TorHandle`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     dns::{spawn as spawn_dns, TorDnsHandle},
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout] 20 |     runtime::{spawn_with_client, TorHandle},
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RwLock`
[INFO] [stdout]   --> burrow/src/usernet/mod.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     sync::{mpsc, Mutex, RwLock},
[INFO] [stdout]    |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Listener`
[INFO] [stdout]  --> burrow/src/daemon/net/mod.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use unix::{get_socket_path, DaemonClient, Listener};
[INFO] [stdout]   |                                               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OsStr` and `sync::Arc`
[INFO] [stdout]  --> burrow/src/tor/exec.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ffi::{OsStr, OsString},
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     sync::Arc,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tor_rtcompat::PreferredRuntime`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tor_rtcompat::PreferredRuntime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `info`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | use tracing::{debug, info};
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TorDnsHandle` and `TorHandle`
[INFO] [stdout]   --> burrow/src/tor/exec.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     dns::{spawn as spawn_dns, TorDnsHandle},
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout] 20 |     runtime::{spawn_with_client, TorHandle},
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RwLock`
[INFO] [stdout]   --> burrow/src/usernet/mod.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     sync::{mpsc, Mutex, RwLock},
[INFO] [stdout]    |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:40
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------           ^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |     |                                  |                |
[INFO] [stdout]    |     |                                  |                temporary value is freed at the end of this statement
[INFO] [stdout]    |     |                                  creates a temporary value which is freed while still in use
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `burrow` (lib) due to 1 previous error; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> burrow/src/tor/system.rs:65:40
[INFO] [stdout]    |
[INFO] [stdout] 65 |     socket_addr_from_storage(unsafe { &addr.assume_init() }, len as usize)
[INFO] [stdout]    |     ------------------------           ^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |     |                                  |                |
[INFO] [stdout]    |     |                                  |                temporary value is freed at the end of this statement
[INFO] [stdout]    |     |                                  creates a temporary value which is freed while still in use
[INFO] [stdout]    |     borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `burrow` (lib test) due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80", kill_on_drop: false }`
[INFO] [stdout] 653c1ec1ad6d467a0dc1795aea8170282b5556c827c7b9458d44e66a55c18e80
